2 if exist geoip.h
goto h_exist
4 echo #undef ENABLE_IP2COUNTRY
> GeoIP.h
5 echo typedef void GeoIP
; >> GeoIP.h
7 if exist geoip.c
goto c_exist
9 echo // Dummy
> GeoIP.c
11 if exist geoip_x.c
goto finish
12 echo creating GeoIP_X.c
13 echo #include
"GeoIP.c" > GeoIP_X.c